projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80495f2
)
(completion-styles): Add emacs22 completion style as fallback.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 15 Mar 2009 14:29:12 +0000
(14:29 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 15 Mar 2009 14:29:12 +0000
(14:29 +0000)
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index b72259528e6630c7ab9b0e9d2c91c4fc410022bc..62282be696ffd403c3689bb1f873452c5ec1d6b1 100644
(file)
--- a/
lisp/minibuffer.el
+++ b/
lisp/minibuffer.el
@@
-307,7
+307,7
@@
where NAME is the name that should be used in `completion-styles',
TRY-COMPLETION is the function that does the completion, and
ALL-COMPLETIONS is the function that lists the completions.")
-(defcustom completion-styles '(basic partial-completion)
+(defcustom completion-styles '(basic partial-completion
emacs22
)
"List of completion styles to use."
:type `(repeat (choice ,@(mapcar (lambda (x) (list 'const (car x)))
completion-styles-alist)))